CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dct image compression

搜索资源列表

  1. 图像dct变换的程序

    4下载:
  2. 对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。 -gray image of the original image compression Lena_gray.bmp an experiment. This diagr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1036
    • 提供者:朱晓路
  1. tuxiangbianhuan.rar

    1下载:
  2. 图像变换 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩,Image transform to image sub-block (8* 8), for the DCT transform, and IDCT: DCT is a separable transform image to image compression coding, IDCT used to extract
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:17551
    • 提供者:陈杰
  1. 12-19-3Image-Compression

    0下载:
  2. 利用DCT变换和哈德曼编码实现对彩色位图的压缩,并可求得图像压缩前后的差值。-Use DCT transform and Hardman Coding compression of color bitmap, and the difference obtained before and after image compression.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-24
    • 文件大小:8154652
    • 提供者:lu
  1. JPEG.rar

    7下载:
  2. 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法,JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-12
    • 文件大小:169176
    • 提供者:宇翔
  1. dip.rar

    0下载:
  2. 一个基于matlab的图像处理小例子,有dct压缩还原效果对比及dct和fft的频谱,A small matlab example of image processing, and to restore the effect of compression dct comparison of the fft and dct and spectrum
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:84093
    • 提供者:xiaoyida
  1. piccompress.rar

    0下载:
  2. 图像压缩编码,dct变换,量化, Z字形扫描 行程编码,Image compression, dct transform, quantization, Z-shaped scan length encoding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:973
    • 提供者:张理
  1. JPEG

    0下载:
  2. 本文首先介绍了静态图像压缩(JPEG)编码算法的基本原理、压缩的实现过程及其重要过程的离散余弦变换(DCT)算法的实现原理及软件实现的例程,其次着重介绍了压缩过程中的DCT、量化和编码三个重要步骤的实现原理。-This paper describes the static image compression (JPEG) coding algorithm is the basic principle of compression process of the implementation pro
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:41540
    • 提供者:xuai
  1. Chapter6-9

    3下载:
  2. 第六章到第九章的代码 本书通过100多个模块实例,详细地讲解了Verilog HDL程序设计语言,全书共分13章,内容涉及VerilogHDL语言基本概念、建模、同步设计、异步设计、功能验证等,实例包括各种加法器/计数器、乘法器/除法器、编码器/译码器、状态机、SPIMaster Controller、I2C Master controller、CAN ProtocolController、Memory模块、JPEG图像压缩模块、加密模块、ATA控制器、8位RISC-CPU等及各个实例
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-04-11
    • 文件大小:6281027
    • 提供者:xiao
  1. my_dct

    2下载:
  2. 图像DCT编码压缩,经DCT变换,量化,编码,然后再解码。-DCT coding image compression, the DCT transform, quantization, coding, and then decode.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:1280
    • 提供者:lily
  1. 111111111

    1下载:
  2. 为保证网络信息传输的安全性,提出一种视频图像加密方法。该方法引入混沌系统中的Logistic映射和 Baker映射,结合H·264视频压缩编码特点,利用Baker映射对DCT (Discrete Cosine Transform)变换量化后 的块进行位置置乱, -In order to ensure the safety of information transmission network, and a video image encryption method. This met
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:155904
    • 提供者:武同学
  1. DCT

    0下载:
  2. DCT变换用于图象的压缩,适用于遥感影像压缩-DCT transform for image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:521
    • 提供者:遗忘
  1. compression

    0下载:
  2. 对图像进行压缩,包括DCT变换,量化,游程编码。有良好的压缩比和压缩率。-Image compression, including DCT transform, quantization, run-length coding. A good compression ratio and compression ratio.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:2014701
    • 提供者:cathy
  1. dct

    0下载:
  2. JPEG压缩算法的核心是“视觉保真”原理,利用人类视觉系统特征进行处理,以达到最大图像数据压缩效果,实际上就是去除那些人眼不易觉察的信息。图像的空间频率对人的视觉至关重要,采用离散余弦变换可将图像分解成一组波,每个波有一个不同的空间频率,这样可以去除人类眼睛觉察不到的信息,而且还可使系统只保留重要的信息。-JPEG compression algorithm is the core of " visual fidelity" principle, the use of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1476
    • 提供者:huoxinglin
  1. Semi_FragileAuthenticationWatermark

    1下载:
  2. 基于DCT压缩前后不变量,编写的抗JPEG压缩的数字图像认证水印算法,具有良好的抵抗压缩、剪切、篡改等性能的水印仿真程序-Around the DCT-based compression is not variable, the preparation of the anti-JPEG compression algorithm for digital image authentication watermark with good resistance to compression, shea
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1741168
    • 提供者:刘德华
  1. image_compression_tc++

    0下载:
  2. DCT IMAGE COMPRESSION BY TURBO C-DCT IMAGE COMPRESSION BY TURBO C++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:127544
    • 提供者:aljedek
  1. DCT

    0下载:
  2. DCT变换是图像图形处理中的很重要的一个压缩算法,此文件详尽的完成了DCT变换-DCT transform is image and graphics processing is very important to a compression algorithm, this document contains details of the completion of the DCT transform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:2520
    • 提供者:hanxiaoqian
  1. DCT变换图像压缩

    0下载:
  2. 基于DCT变换的图像压缩处理,压缩比可自己调整(Image compression processing based on DCT transform)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:10240
    • 提供者:啊哈哈007
  1. DCT

    0下载:
  2. 数字图像处理,DCT变换编码,图像压缩,遮罩矩阵(DCT transform coding, image compression)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-19
    • 文件大小:32768
    • 提供者:kongmiao
  1. DCT变换图片压缩

    0下载:
  2. 里面要求实现基于DCT变换的图片压缩程序,基本上复制以后就可以直接运行。值得一提的是,我里面直接调用了三个个外部的包,如果用eclipse编译器或者其他的话,需要在偏好设置中自行设置,否则会报错。具体设置可以自行百度,很简单的(It requires the implementation of image compression program based on DCT transform. After copying, it can run directly. It is worth ment
  3. 所属分类:多媒体

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:tiger12312
  1. DCT图像压缩

    2下载:
  2. 整数DCT变换的图像压缩的程序实现,编程的平台是matlab(Integer DCT transform image compression program implementation, programming platform is matlab)
  3. 所属分类:压缩解压

    • 发布日期:2021-04-23
    • 文件大小:419840
    • 提供者:和你看烟花
« 1 2 3 45 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com